Click or drag to resize

WriteLogEventArgs Class

Provides data for the WriteLog event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Independentsoft.SipWriteLogEventArgs

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public class WriteLogEventArgs : EventArgs

The WriteLogEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodWriteLogEventArgs
Initializes a new instance of the WriteLogEventArgs class.
Top
Properties
  NameDescription
Public propertyLog
Gets the current log data.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also